You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CI, integration, rust-hosted-conformance, coverage, Socket, and Cursor checks must pass before merge
Staged Rollout
Staging is unnecessary for this generated mirror PR: it does not independently promote user-visible behavior. It mirrors already-reviewed internal source from evalops/maestro-internal@d0a913b54d0434d3289864623e5c1e3c994614dd, including existing hidden/evaluation surfaces, and keeps public package parity behind the established public-source-provenance gate.
Treat unguarded Rust test modules as package-impacting
isPackageImpactingChange compares Rust files via rustProductionContent, which strips every mod tests { ... } block regardless of whether it is gated by #[cfg(test)]. That creates a false negative when a package Rust file has an unguarded mod tests module (or any non-test-only mod tests block): edits inside that module are ignored and packageChangedSinceTag can return false, allowing a tag mismatch to pass without a required version bump even though compiled package sources changed.
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
evalops/maestro-internalevalops/maestroas a generated public mirror of the private source of truthd0a913b54d0434d3289864623e5c1e3c994614dda3cb3297030263864ac069bf216a924605ff7fc37file(s) to copy/update and0stale file(s) to delete0Source-of-truth status
Public Mirror Drift Audit
@evalops/maestrohttps://github.com/evalops/maestro-internal@main (d0a913b54d04)https://github.com/evalops/maestro@main (a3cb32970302)70public_projection_has_driftSample Changed Paths
Guidance
Let internal main generate and merge the public sync PR before relying on public main.
Drift sample
Public-only commits since last generated sync
Validation
sync-public-release-mirrorworkflow inpublic-treemodeTest Plan
sync-public-release-mirrorworkflow inpublic-treemoderequire-internal-prcheck confirms internal source PR lineageStaged Rollout
evalops/maestro-internal@d0a913b54d0434d3289864623e5c1e3c994614dd, including existing hidden/evaluation surfaces, and keeps public package parity behind the established public-source-provenance gate.